krossbow-websocket-sockjs
4.1.0
js
krossbow-websocket-sockjs
/
[root]
/
SockJS
Sock
JS
js
external
object
SockJS
Content copied to clipboard
Types
Functions
Properties
Sources
Types
Base
Event
Link copied to clipboard
js
interface
BaseEvent
:
Event
Content copied to clipboard
Close
Event
Link copied to clipboard
js
interface
CloseEvent
:
SockJS.BaseEvent
Content copied to clipboard
Message
Event
Link copied to clipboard
js
interface
MessageEvent
:
SockJS.BaseEvent
Content copied to clipboard
Open
Event
Link copied to clipboard
js
interface
OpenEvent
:
SockJS.BaseEvent
Content copied to clipboard
Options
Link copied to clipboard
js
interface
Options
Content copied to clipboard
Functions
invoke
Link copied to clipboard
js
operator
fun
invoke
(
url
:
String
,
_reserved
:
Any
?
=
definedExternally
,
options
:
SockJS.Options
=
definedExternally
)
:
WebSocket
Content copied to clipboard
Properties
CLOSED
Link copied to clipboard
js
var
CLOSED
:
String
Content copied to clipboard
CLOSING
Link copied to clipboard
js
var
CLOSING
:
String
Content copied to clipboard
CONNECTING
Link copied to clipboard
js
var
CONNECTING
:
String
Content copied to clipboard
OPEN
Link copied to clipboard
js
var
OPEN
:
String
Content copied to clipboard
prototype
Link copied to clipboard
js
var
prototype
:
WebSocket
Content copied to clipboard
Sources
js source
Link copied to clipboard